home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / os2 / aweos2.exe / CONTROL.ICF next >
Text File  |  1994-05-10  |  948b  |  42 lines

  1. ;***********************************************************************
  2. ; File        : CONTROL.ICF 
  3. ; Date     : 21 April 1994
  4. ; Author   : Hariharan Mahadevan
  5. ; Purpose  : Installation control file for installing audio driver for
  6. ;            SBAWE32.
  7. ;
  8. ;***********************************************************************
  9.  
  10. [System]
  11. title=Creative Multimedia Installation
  12. progress=none
  13. logo=none
  14. BaseDirVar=BLASTER
  15. BaseDir=C:\BLASTER
  16. ; total number if installable components
  17. groups=1
  18. ; each component's section name
  19. group_1=%Drivers%
  20. ; total number of installation diss
  21. disks=1
  22. ; volume label of each installation disk
  23. diskname_1=DISK_1
  24.  
  25. [Default]
  26. size=0
  27.  
  28. ;
  29. ; Audio drivers
  30. ;
  31. [Drivers]
  32. Name=Sound Blaster AWE32 Driver
  33. Size=90
  34. ;SourceDir=$(SOURCE)\DRIVERS
  35. SourceDir=$(SPATH)\DRIVERS
  36. TargetDir=$(MMBASE)
  37. DiskNumber=1
  38. ;DLLName=$(SOURCE)\SBINSTAL.DLL
  39. DLLName=$(SPATH)\SBINSTAL.DLL
  40. DLLEntryPoint=SBInstall
  41. 
  42.